Component org.nuxeo.ecm.core.io.DocumentXMLExporter
In bundle org.nuxeo.ecm.core.io
Documentation
This service allows to export a document to XML.
Antoine Taillefer
Implementation
Class:
org.nuxeo.ecm.core.io.impl.DocumentXMLExporterImpl
Services
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.core.io.DocumentXMLExporter">
<documentation>
This service allows to export a document to XML.
@author
Antoine Taillefer
</documentation>
<implementation class="org.nuxeo.ecm.core.io.impl.DocumentXMLExporterImpl" />
<service>
<provide interface="org.nuxeo.ecm.core.io.DocumentXMLExporter" />
</service>
</component>